'宣言
Public MustInherit Class BaseGridSortingWrapper
(Of T As {New, GridSorting},
TOut As BaseGridSortingWrapper(Of T,TOut))
Inherits Infragistics.Web.Mvc.Framework.LocalizationFeatureWrapper(Of T,TOut)
public abstract class BaseGridSortingWrapper<T,TOut> : Infragistics.Web.Mvc.Framework.LocalizationFeatureWrapper<T,TOut> where T: new(), GridSorting where TOut: BaseGridSortingWrapper<T,TOut>
オンラインで表示: GitHub